GtkDnd: Move X11-specific code out of generic code path
authorMatthias Clasen <mclasen@redhat.com>
Sat, 13 Sep 2014 02:12:26 +0000 (22:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 13 Sep 2014 02:31:04 +0000 (22:31 -0400)
commit45369d506bae2880379aa2866f6bcc0bc8f6d38d
treed24029f67897f2b10cade22f9a5bbc3fd407a8a2
parentca27bf37bc0fe8755ebca9ef65cb0ac308b2f752
GtkDnd: Move X11-specific code out of generic code path

There was some X11-specific code before an early exit
in the functions that grab and ungrab keys during DND.
It seems to not cause a problem under Wayland, but moving
it out of the way seems right anyway.
gtk/gtkdnd.c